public class GxFilterBasicBoolean extends GxOptionsBoolean implements GxFilterInterface
The class represents the boolean filter
Modifier and Type | Field and Description |
---|---|
BBjNumber | ApplyButton! Set to true to have the filter use an Apply button. If the Apply button is present, then the filter is only applied after the user hits the Apply button. |
BBjNumber | ClearButton! Set to true to have the filter use a Clear button. The Clear button will clear the details of the filter thus resetting it. |
BBjString | FalseValue! False value translation |
BBjString | NoneValue! None value Translation |
BBjNumber | RestButton! Set to true to have the filter use a Reset button. The Reset button will clear the details of the filter and any active filters on that column. |
BBjString | TrueValue! True value translation |
BBjString | UsedFalseValue! The value to use when when the component needs to render false values. in case it is null() then we use the first item in PossibleFalseValues! |
BBjString | UsedTrueValue! The value to use when when the component needs to render true values. in case it is null() then we use the first item in PossibleTrueValues! |
Modifier and Type | Method and Description |
---|---|
boolean | equals(GxFilterInterface filter!) Compare two filters |
JsonObject | getAsJsonObject() @override |
static BBjString | getFilterName() @override |
public BBjNumber ApplyButton!
Set to true to have the filter use an Apply button. If the Apply button is present, then the filter is only applied after the user hits the Apply button.
public BBjNumber ClearButton!
Set to true to have the filter use a Clear button. The Clear button will clear the details of the filter thus resetting it.
public BBjString FalseValue!
False value translation
public BBjString NoneValue!
None value Translation
public BBjNumber RestButton!
Set to true to have the filter use a Reset button. The Reset button will clear the details of the filter and any active filters on that column.
public BBjString TrueValue!
True value translation
public BBjString UsedFalseValue!
The value to use when when the component needs to render false values. in case it is null() then we use the first item in PossibleFalseValues!
public BBjString UsedTrueValue!
The value to use when when the component needs to render true values. in case it is null() then we use the first item in PossibleTrueValues!
public boolean equals(GxFilterInterface filter!)
Compare two filters
filter!
- Another filter instance to compare withpublic JsonObject getAsJsonObject()
@override
public static BBjString getFilterName()
@override